toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]Scheme
Scheme
interface
Scheme
The scheme component of a URL.
Members
Properties
HTTP
Link copied to clipboard
val
HTTP
:
Scheme
HTTPS
Link copied to clipboard
val
HTTPS
:
Scheme
JAR
Link copied to clipboard
val
JAR
:
Scheme
The scheme can be used to access resources located inside a JAR file.
Functions
name
Link copied to clipboard
open
fun
name
(
)
:
String
Returns a string that represents the name of the scheme.
of
Link copied to clipboard
open
fun
of
(
name
:
String
)
:
Scheme
Returns the
Scheme
instance for the given name.